CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Algorithms in Java

搜索资源列表

  1. javaCipher

    0下载:
  2. 一个基于java平台的DES加密解密算法,key保存在文件中,KeyManager.java是该加密解密算法的使用范例-a java-based platform DES encryption and decryption algorithms, key stored in documents, KeyManager.java the encryption and decryption algorithms use examples
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2456
    • 提供者:吴绪林
  1. JSmartMiner

    0下载:
  2. 【源码共享系列-JSmartMiner.Eclipse】一个JAVA版本的数据挖掘基本框架体系,框架设计理念参考了德国著名的数据挖掘算法库XELOPES,但进行了大量的缩写,主要是为了方便研究,希望能够给在数据挖掘方面的研究工作者提供一个更有力的试验平台。(注:可以在本网站上找到本人上传的C++版本的SmartMiner)-source sharing Series-JSmartMiner.Eclipse -- a Java version of the basic framework of d
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:133265
    • 提供者:洪磊明
  1. weka-3-3-5

    0下载:
  2. own Java code. WEKA 是一个机器学习运算法则,它是为解决真实世界中的数据问题。它用java写成并且几乎可以在任何平台上运行。运算法则能够被直接应用到数据集上或者从你自己的java 码中调用。-own Java code. WEKA is a machine learning algorithms, it is to solve the real-world data. Using java can be written in almost any platform. Algor
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4893003
    • 提供者:yxkj
  1. AIGreedSnake

    0下载:
  2. 本程序是我放假时写的一个贪吃蛇,电脑有AI,不过很可惜AI智能不高。不过我现在认为自己的代码已经比当年有所提高,对文件的组织,对一些简单模式的运用,包括基本的格式注释等都有很大进步。我想对于一些初学者还是有参看的价值。AIStrategyLevelB.java这个文件就是用来扩展实现更高AI的算法的,我虽然有些思路,未能实现,希望有想法的和我交流,qq是9468387,邮箱是cookie1984717cookie@yahoo.com.cn(不好意思,长了点的,呵呵) 在eclipse,jdk
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:31944
    • 提供者:cookie
  1. codeofjava

    0下载:
  2. JAVA语言的源代码,关于数据结构的,很多算法都可以在其中找到相应的源程序-Java language source code on the data structure, many algorithms can be found in the corresponding source
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:53936
    • 提供者:马天于
  1. awtcssdsadd.rar

    0下载:
  2. 做了一大堆J2EE WEB应用之后,闲来无事决定研究一下桌面应用程序开发。 想了一下干脆做个Java版的星际,研究的对象就是星际的JS山寨版-JS星际。 看了几下,当机立断决定山寨之。。。。 后来经过无数个夜晚的煎熬终于完成了一部分,特来和大家分享一下。 暂时支持采矿,攻击,寻路,局域网对战. 虽然只能算一个Demo,但是用到了很多Java基础技术和算法: Java2D,双缓冲,A星寻路,粒子系统,动画效果,处理图片,Swing ui ,UDP,T
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1500392
    • 提供者:lll
  1. Myjava

    0下载:
  2. 实现了《算法设计与分析》的一次课后题,有兴趣的可以看着玩。java代码,在eclipse上可以直接运行。-The realization of the Design and Analysis of Algorithms, an after-school title, interested can watch online. java code, in the eclipse can be directly run.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:14728
    • 提供者:wangchao
  1. protects_the_Java_source_code

    0下载:
  2. Java源代码经过编译以后在JVM中执行。由于JVM界面是完全透明的,Java类文件能够很容易通过反编译器重新转换成源代码。因此,所有的算法、类文件等都可以以源代码的形式被公开,使得软件不能受到保护,为了保护产权-Java source code through the compiler to perform after the JVM. JVM because the interface is completely transparent, Java class files can be ea
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3423
    • 提供者:winky
  1. wpcA

    0下载:
  2. 利用JAVA实现的利用进化算法对人口增长进行仿真的源码-The use of JAVA implementation of the use of evolutionary algorithms for simulation of population growth in the source
  3. 所属分类:Java Develop

    • 发布日期:2017-04-28
    • 文件大小:35415
    • 提供者:sdsd
  1. jcip

    0下载:
  2. Java并发编程实战源码,这本书名为《Java并发编程实践》有些抹杀了它的价值,其中并非只讲述了Java的多线程设施,对一般的并发编程的rationale也有相当透彻的阐述。之前看过各种线程库,pThread, Boost Thread, Java Thread, Qt Thread,感觉Java的线程模型还是相对比较清晰的。只要能读懂一点Java的朋友,都可以考虑用这本书来作为并发编程的入门书。- This book covers: Basic concepts of co
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:682942
    • 提供者:陈风
  1. graphs

    0下载:
  2. Various Graph algorithms implemented in java
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:10374
    • 提供者:pratik
  1. kmeans

    0下载:
  2. k-means算法是文本聚类经典算法,也是数据挖掘十大经典算法之一。k-means算法Java实现。-k-means algorithm is a classical algorithm text clustering, data mining is one of the ten classic algorithms. k-means algorithm is implemented in Java.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:2106
    • 提供者:黄紫竹
  1. myc45java

    0下载:
  2. It is C4.5 algorithm written in java. C4.5 is one of the decision tree algorithms in data mining.
  3. 所属分类:Applications

    • 发布日期:2017-04-15
    • 文件大小:6262
    • 提供者:Pixy Yuki
  1. Casar-encryption-decrypt-application

    0下载:
  2. 经典的凯撒加密解密算法,用java实现,可移植性强,欢迎各位童鞋指正交流-Classic Caesar encryption and decryption algorithms, implemented in java, portability, welcome correction exchanges shoes
  3. 所属分类:Java Develop

    • 发布日期:2016-05-19
    • 文件大小:1024
    • 提供者:Ami
  1. algs4

    0下载:
  2. 算法(第四版)随书源码,JAVA语言实现,经典-Source codes of Algorithms(4th edition), which is realized in JAVA and quite classical
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1861719
    • 提供者:WJP
  1. Graph with GUI

    0下载:
  2. 使用户可以添加node,Edges,并且应用一些sorting算法(allows user to add, delete, and move node and edges in graph data structure and play with sorting algorithms)
  3. 所属分类:Java编程

  1. astar-master

    0下载:
  2. A*算法,A*(A-Star)算法是一种静态路网中求解最短路径最有效的直接搜索方法,也是解决许多搜索问题的有效算法。算法中的距离估算值与实际值越接近,最终搜索速度越快。(A* algorithm and A* (A-Star) algorithm are the most effective direct search methods for solving the shortest path in static road network, and also are effective algo
  3. 所属分类:Java编程

    • 发布日期:2018-04-21
    • 文件大小:16384
    • 提供者:xx250
  1. MatrixMathforjava

    0下载:
  2. 线性代数常用的一些算法,如:加、减、乘、除、转置、求逆(Some algorithms commonly used in linear algebra, such as adding, subtraction, multiplication, division, transposing, inversion)
  3. 所属分类:Java编程

    • 发布日期:2018-04-22
    • 文件大小:45056
    • 提供者:yozad.vom
  1. moa-release-2016.04

    1下载:
  2. MOA Machine Learning for Streams。它包括一系列机器学习算法(分类,回归,聚类,异常值检测,概念漂移检测和推荐系统)以及评估工具。与WEKA项目相关的MOA也是用Java编写的,同时扩展到更严苛的问题。 https://moa.cms.waikato.ac.nz/(It includes a series of machine learning algorithms (classification, regression, clustering, outlier
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:31840256
    • 提供者:泥土诉说
  1. JavaNotepad-master

    1下载:
  2. 大部份的优化问题都是多峰函数或病态函数,为了克服基本粒子群算法的缺陷,我研究了以下四种改进的粒子群算法(Most optimization problems are multi-peak functions or ill-conditioned functions. In order to overcome the defects of basic particle swarm optimization, I studied the following four improved particl
  3. 所属分类:Java编程

    • 发布日期:2019-08-14
    • 文件大小:311296
    • 提供者:俊凯鱼
« 1 2 ... 4 5 6 7 8 910 11 12 »
搜珍网 www.dssz.com